home *** CD-ROM | disk | FTP | other *** search
- global gPictSprite, gCenterH, gCenterV, gZoomDirection
-
- on mouseDown
- if legalButton(the clickOn) then
- if the timer > 10 then
- if the optionDown then
- zoomSprite(gPictSprite, the clickLoc, the locH of sprite gPictSprite, the locV of sprite gPictSprite, -1)
- else
- zoomSprite(gPictSprite, the clickLoc, the locH of sprite gPictSprite, the locV of sprite gPictSprite, 1)
- end if
- end if
- startTimer()
- end if
- end
-